home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 May: Tool Chest / Dev.CD May 97 TC.toast / Sample Code / Snippets / Printing / Print clipped offscreen / Read Me < prev   
Encoding:
Text File  |  1996-11-14  |  344 b   |  8 lines  |  [TEXT/ttxt]

  1.     Print clipped offscreen:  Takes a text string, turns it into a region and
  2.     copies a clipped bitmap (just a pattern in this case, but it could be 
  3.     anything) to the printing grafPort.  The effect is patterned text here, 
  4.     but any image could be showing through the text.
  5.  
  6.     This sample is a rewrite of the 'Offscreen region MaskRgn' sample. 
  7.  
  8.